home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / sudoku20402212312006.psc / Super Sudoku Solver / frmCollecting.frm < prev    next >
Text File  |  2005-08-10  |  2KB  |  56 lines

  1. VERSION 5.00
  2. Begin VB.Form frmCollecting 
  3.    Caption         =   "Collecting puzzles"
  4.    ClientHeight    =   1485
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4365
  8.    ClipControls    =   0   'False
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   1485
  12.    ScaleWidth      =   4365
  13.    StartUpPosition =   1  'CenterOwner
  14.    Begin VB.Label Label2 
  15.       Alignment       =   2  'Center
  16.       Caption         =   "One moment please"
  17.       BeginProperty Font 
  18.          Name            =   "MS Sans Serif"
  19.          Size            =   12
  20.          Charset         =   0
  21.          Weight          =   400
  22.          Underline       =   0   'False
  23.          Italic          =   0   'False
  24.          Strikethrough   =   0   'False
  25.       EndProperty
  26.       Height          =   495
  27.       Left            =   120
  28.       TabIndex        =   1
  29.       Top             =   840
  30.       Width           =   4095
  31.    End
  32.    Begin VB.Label Label1 
  33.       Alignment       =   2  'Center
  34.       Caption         =   "Collecting puzzles"
  35.       BeginProperty Font 
  36.          Name            =   "MS Sans Serif"
  37.          Size            =   24
  38.          Charset         =   0
  39.          Weight          =   400
  40.          Underline       =   0   'False
  41.          Italic          =   0   'False
  42.          Strikethrough   =   0   'False
  43.       EndProperty
  44.       Height          =   615
  45.       Left            =   120
  46.       TabIndex        =   0
  47.       Top             =   120
  48.       Width           =   4095
  49.    End
  50. End
  51. Attribute VB_Name = "frmCollecting"
  52. Attribute VB_GlobalNameSpace = False
  53. Attribute VB_Creatable = False
  54. Attribute VB_PredeclaredId = True
  55. Attribute VB_Exposed = False
  56.